home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pro-Cent Games: For Only 1 Cent!
/
Pro Cent Games.bin
/
BrainTest.exe
/
scripts
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-03-16
|
260 b
|
14 lines
_root.index = 1;
_root.count = 0;
_root.userIndex = 0;
_root.p = 1;
_root.computerArray = new Array(10);
_root.userArray = new Array(10);
n = 1;
while(100 >= n)
{
rand = random(8) + 1;
set("computerArray[" + n + "]",Number(rand));
n++;
}